home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <xs:schema id="NewDataSet" targetNamespace="http://tempuri.org/sound.xsd" xmlns:mstns="http://tempuri.org/sound.xsd" xmlns="http://tempuri.org/sound.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
- <xs:element name="sound">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="iNbMaxSoftwareChannels" type="xs:string" minOccurs="0" />
- <xs:element name="iBufferSize" type="xs:string" minOccurs="0" />
- <xs:element name="iMixRate" type="xs:string" minOccurs="0" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:Locale="fr-FR" msdata:EnforceConstraints="False">
- <xs:complexType>
- <xs:choice maxOccurs="unbounded">
- <xs:element ref="sound" />
- </xs:choice>
- </xs:complexType>
- </xs:element>
- </xs:schema>